home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Archived Msgs_ Installing Fonts / ADV.installfont next >
Internet Message Format  |  2014-11-30  |  2KB

  1. Path: IIGS Toolbox/Install Font Questions
  2.  
  3. Subj:  How do you install a font?            91-10-18 21:32:53 EST
  4. From:  ScottWalk1
  5. Posted on: America Online
  6.  
  7. Hi, I was wondering how I could install a Venice 14pt font as the system font from assembly.  So far I think what I need to do is call _installfont, but I am not sure.
  8.  
  9. Scott Walker
  10.  
  11. Path: IIGS Toolbox/Install Font Questions
  12.  
  13. Subj:  Changing the System Font...           91-10-19 14:25:38 EST
  14. From:  AFA Jay
  15. Posted on: America Online
  16.  
  17. I forget the exact order, but there is a sample program with source code in our libraries here.  I believe it's called MenuFont, it's an NDA and it's written in Pascal.  There are a series of toolcalls to go through.  You have to take into account the space of the menu bar.  The menubar is a fixed height and can't be changed (easily)
  18.  
  19. Jay
  20.  
  21.  
  22. Path: IIGS Toolbox/Install Font Questions
  23.  
  24. Subj:  There are two....                     91-10-20 11:48:31 EST
  25. From:  Surak TFF
  26. Posted on: America Online
  27.  
  28. toolcalls which can be used to set the system font... _FMSetSysFont, a font manager call, just takes a Font ID as a parameter and makes that font the system font. The QuickDraw II call _SetSysFont takes as a parameter a handle to the font which you want to be the system font, and makes that font the system font - however, if you use the QDII call, the Font Manager won't return the correct font ID when you ask it for the ID of the system font. 
  29.  
  30.                                     Dan
  31.  
  32. Path: IIGS Toolbox/Install Font Questions
  33.  
  34. Subj:  my 2 cents                            91-11-26 00:13:40 EST
  35. From:  WalterHurt
  36. Posted on: America Online
  37.  
  38. Please use the Font Manager!!!!!
  39.  
  40. I have had problems using QD to do this. It is must easier to use FM and a lot less compilcated!!
  41.  
  42. CodeSmith
  43.  
  44. question about installing fonts from assembly
  45.  
  46.